<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*html {*/
/*	font-size: 100px*/
/*}*/
/*@media screen and (min-width: 320px) {*/
/*	html {*/
/*		font-size: 85.33333px*/
/*	}*/
/*}*/
/*@media screen and (min-width: 360px) {*/
/*	html {*/
/*		font-size: 96px*/
/*	}*/
/*}*/
/*@media screen and (min-width: 375px) {*/
/*	html {*/
/*		font-size: 100px*/
/*	}*/
/*}*/
/*@media screen and (min-width: 480px) {*/
/*	html {*/
/*		font-size: 128px*/
/*	}*/
/*}*/
/*@media screen and (min-width: 640px) {*/
/*	html {*/
/*		font-size: 170.66667px*/
/*	}*/
/*}*/
/*@media screen and (min-width: 750px) {*/
/*	html {*/
/*		font-size: 200px*/
/*	}*/
/*}*/
*,:after,:before{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*{ margin: 0;padding: 0; }
ul,ol,li{ list-style: none; }
i,em{ font-style:normal; font-weight: normal; }
a{ text-decoration: none; transition-duration: .5s; color: inherit; }
a:focus, a:hover{ text-decoration:none; outline: none; color: inherit; }
input, button, textarea { border: 0; outline:none; font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
.pl10{ padding-left: 10px; }
.pl15{ padding-left: 15px; }
.pl20{ padding-left: 20px; }
.pr10{ padding-right: 10px; }
.pr15{ padding-right: 15px; }
.pr20{ padding-right: 20px; }
.plr10{ padding: 0 10px; }
.plr15{ padding: 0 15px; }
.plr20{ padding: 0 20px; }
.tran300{ transition:300ms ease-out; -webkit-transition:300ms ease-out; -ms-transition:300ms ease-out; -moz-transition:300ms ease-out; -o-transition:300ms ease-out; }
.tran500{ transition:500ms ease-out; -webkit-transition:500ms ease-out; -ms-transition:500ms ease-out; -moz-transition:500ms ease-out; -o-transition:500ms ease-out; }
.tran800{ transition:800ms ease-out; -webkit-transition:800ms ease-out; -ms-transition:800ms ease-out; -moz-transition:800ms ease-out; -o-transition:800ms ease-out; }
.tran1000{ transition:1000ms ease-out; -webkit-transition:1000ms ease-out; -ms-transition:1000ms ease-out; -moz-transition:1000ms ease-out; -o-transition:1000ms ease-out; }
.cle{ clear:both; width: 100%; height:0; overflow:hidden; }
.clearfix:before, .clearfix:after{ display:block; content:""; clear:both; visibility:hidden; height:0; }
.clearfix{ zoom:1 }
.fl{ float:left; }
.fr{ float:right; }
img{ max-width:100%; border: 0; }
.pcshow{ display: block !important; }
.webshow{ display: none !important; }
@media only screen and (max-width: 768px){
	.pcshow{ display: none !important; }
	.webshow{ display: block !important; }
}
/*滚动条*/
@media screen and (max-width: 640px){
	/*仅作用于webkit*/
	body::-webkit-scrollbar {
		display: none;
	}
}
::-webkit-scrollbar{
	width: .02rem;
	height: 1rem;
	background: #d1d1d1;
}
::-webkit-scrollbar:horizontal {
	border-radius: 0 0 .5rem .5rem
}
::-webkit-scrollbar-thumb {
	/* border: 1px solid #D1D1D1; */
	/* border-radius: .5rem; */
	background: #858585;
	box-shadow: inset 0 0 0 1px #858585;
}
.m-nav-side::-webkit-scrollbar{
	width: 0;
}
/* ::-webkit-scrollbar-thumb:hover {
	background:#465267
} */


body {
	font: 14px "Microsoft YaHei",Arial,Helvetica,sans-serif;
	--swiper-navigation-size: 20px;
	--tpl-color: #3eb134;
	color: #3e3a39;
	font-weight: 300;
	line-height: 1.6;
}
.wrap{ width: 1200px; margin: 0 auto; }
/*.wrap:before,*/
/*.wrap:after{ display:block; content:""; clear:both; visibility:hidden; height:0; }*/
@media only screen and (max-width: 768px){
	.wrap{
		width: 100%;
	}
}
.header-wrap{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow-x: hidden;
}
.header-logo{

}
.header-nav{
	display: flex;
}
header .wrap{
	position: relative;
	display: flex;
	/*align-content: space-between;*/
	justify-content: space-between;
}
nav{
	position: relative;
	z-index: 1;
}
nav&gt;ul{
	display: flex;
}
nav&gt;ul&gt;li{
	padding: 22.5px 20px;
	zoom: 1;
	vertical-align: middle;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	text-align: center;
	position: relative;
	white-space: nowrap;
}
nav&gt;ul&gt;li:before{
	content: '';
	right: 0;
	height: 16px;
	background: #bebebe;
	width: 1px;
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
nav&gt;ul&gt;li:last-child:before{
	display: none;
}
nav&gt;ul&gt;li&gt;a {
	display: block;
	text-align: center;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
}
nav&gt;ul&gt;li&gt;a:after{
	width: 0;
	height: 2px;
	background: #3e3a39;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	position: absolute;
	left: 50%;
	bottom: 0;
	content: '';
}
nav&gt;ul&gt;li&gt;a.on:after,
nav&gt;ul&gt;li&gt;a:hover::after {
	width: 20px;
	margin-left: -10px;
}
.top-ul{
	position: absolute;
	right: 0;
	z-index: 2;
}
.top-ul ul{
	display: flex;
}
.top-ul li{
	padding: 0 5px;
}
.top-ul li a{
	display: block;
	font-size: 12px;
	line-height: 22.5px;
}

.header-search{
	margin-left: 46px;
	position: relative;
	display: flex;
	align-items: center;
}
.header-btn{
	cursor: pointer;
	position: relative;
}
.header-search-form{
	/*border: 1px solid #ddd;*/
	border-top: 0;
	padding: 12px;
	background-color: #f3f3f3;
	position: absolute;
	right: 0;
	top: 100%;
	display: none;
	z-index: 9999
}
.header-search-form form{
	display: flex;
}
.header-search-form .inp{
	width: 300px;
	display: block;
	padding: 0 10px;
	height: 40px;
	border: 1px solid #c4c4c4;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	color: #777;
	transition: .3s;
}
.header-search-form .g-btn1{
	width: 38px;
	background-color: #f3f3f3;
	border: 1px solid #c4c4c4;
	border-left: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #023894;
	display: block;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}
header .navbtn{
	display: none;
	align-items: center;
	padding: 0 5px;
	cursor: pointer;
}


@media only screen and (max-width: 768px){
	header{
		/*padding: 0.14rem;*/
		height: auto;
	}
	header .wrap{
		align-items: center;
	}
	.header-nav{
		display: none;
	}
	nav {
		float: none;
		position: absolute;
		/*top: 79px;*/
		left: 0;
		display: none;
		width: 100%;
		height: auto;
		background: #fff;
		z-index: 9999;
	}
	nav&gt;ul&gt;li{
		padding: 10px;
	}
	nav&gt;ul&gt;li:before{
		display: none;
	}
	nav&gt;ul&gt;li&gt;a:hover,
	nav&gt;ul&gt;li&gt;a.on {
		border-bottom: 1px solid #757575;
	}
	.header-logo{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.header-logo a{
		height: .3rem;
	}
	.header-logo img{
		display: block;
		/*width: 1.6rem;*/
		min-width: 100px;
		max-height: 55px;
	}



	.header-right{
		display: none;
		left: 0;
		top: .58rem;
		position: fixed;
		width: 100%;
		z-index: 999;
		background: rgba(0,0,0,.35);
	}
	.header-nav{
		margin-left: 0;
		width: 100%;
		height: auto;
	}
	header .navbtn{
		padding: 0 5px;
		display: flex;
		width: 40px;
		height: 25px;
	}
	.navbtn i{
		float: left;
		display: block;
		position: relative;
		width: 25px;
		height: 2px;
		background-color: #333;
	}
	.navbtn i:before,
	.navbtn i:after{
		position: absolute;
		display: block;
		content: '';
		width: 25px;
		height: 2px;
		background-color: #333;
		left: 0;
	}
	.navbtn i:before{
		top: -8px;
	}
	.navbtn i:after{
		bottom: -8px;
	}
	.header-nav ul{
		display: block;
		padding: .2rem;
	}
	/*.header-nav ul li{*/
	/*	height: auto;*/
	/*	margin-left: 0;*/
	/*}*/
	/*.header-nav ul li:before{*/
	/*	display: none;*/
	/*}*/
	/*.header-nav ul li a{*/
	/*	display: block;*/
	/*	line-height: 50px;*/
	/*}*/
	/*.header-search{*/
	/*	width: 100%;*/
	/*	margin-left: 0;*/
	/*}*/
	/*.header-btn{*/
	/*	display: none;*/
	/*}*/
	/*.header-search-form{*/
	/*	width: 100%;*/
	/*	display: block;*/
	/*	background: rgba(0,0,0,0);*/
	/*}*/
	/*.header-search-form form{*/
	/*	width: 100%;*/
	/*}*/
	/*.header-search-form .inp{*/
	/*	width: 85%;*/
	/*}*/
	/*.header-search-form .g-btn1{*/
	/*	width: 15%;*/
	/*}*/
}
@media only screen and (max-width: 768px){
	.top-ul{
		display: none;
	}
}

/*	Banner */
.banner{ width: 100%; overflow: hidden; z-index: 1; background: #fff; }
.banner img{ padding: 0; margin: 0; }

/**
 * =====*=====*=====*=====*=====*MAIN CSS*=====*=====*=====*=====*=====
 */
.main-title{
	text-align: center;
	font-weight: 300;
}
.main-title p{
	font-size: 36px;
}
.main-title span{
	display: block;
	font-size: 18px;
	text-transform: uppercase;
}
@media only screen and (max-width: 768px){
	.main-title{
		width: 100%;
		text-align: center;
		padding-bottom: 15px;
	}
}



.p50{ padding: 50px 0; }
.swiper-box li{
	padding: 5px;
}
.swiper-box li a{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.swiper-box li a&gt;div{
	width: 100%;
}
.swiper-box li a .t{
	line-height: 35px;
	text-align: center;
}
.swiper-box li a .t p{
	font-size: 12px;
	color: #999;
	text-align: left;
	line-height: 2;
}

@media only screen and (max-width: 768px){

}
/** footer **/

footer{
	background: #f5f5f5;
}
.footer-nav{
	padding: 15px 0;
	background: #151515;
}
.footer-nav ul{
	display: flex;
	flex-wrap: wrap;
}
.footer-nav ul li{
	position: relative;
	padding: 0 30px;
	width: 13%;
	text-align: center;
}
.footer-nav ul li:before{
	position: absolute;
	height: 100%;
	width: 1px;
	background: #fff;
	content: '';
	right: 0;
	top: 0;
}
.footer-nav ul li:last-child:before{
	display: none;
}
.footer-nav ul li a{
	display: block;
	color: #fff;
}
.footer-bottom{
	background: #000;
	padding: 50px 0 160px;
}
.footer-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/*align-content: center;*/
	align-items: center;
}
.footer-txt{
	line-height: 1.8;
	color: #fff !important;
}
.footer-tel i{
	font-size: 16px;
	width: 52px;
	border-radius: 6px;
	text-align: center;
	zoom: 1;
	display: inline-block;
	vertical-align: middle;
	height: 52px;
	line-height: 52px;
	background: #fff;
	color: #000;
}
.footer-tel .t{
	zoom: 1;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	margin-left: 12px;
}
.footer-tel .t p{
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
}
.footer-tel .t h2{
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
}
.footer-links{
	padding: 10px 0;
	color: #fff !important;
}
.footer-links a{
	display: inline-block;
	padding: 0 3px;
}
/*.copyright{*/
/*	border-top: 1px solid #e2e2e2;*/
/*	line-height: 58px;*/
/*}*/
/*.copyright a{*/
/*	padding: 0 5px;*/
/*}*/
@media only screen and (max-width: 768px){
	.footer-nav{
		display: none;
	}
	.footer-txt{
		width: 100%;
		margin-bottom: 15px;
		text-align: center;
	}
	.footer-tel{
		width: 100%;
	}
	.footer-tel i{
		display: none;
	}
	.footer-tel .t{
		padding: 10px 0;
		margin-left: 0;
		width: 100%;
		text-align: center;
	}
	.footer-tel .t p{
		margin-bottom: 10px;
	}
	.footer-links{
		text-align: center;
	}
	.footer-bottom{
		padding: 25px 10px 45px;
	}
}
a.wu-more{
	position: relative;
	padding: 0;
	width: 155px;
	height: 55px;
	line-height: 54px;
	text-align: center;
	font-size: 14px;
	display: block;
	margin-top: 25px;
	z-index: 0;
}
a.wu-more:hover{
	color: #fff;
}
a.wu-more:before,
a.wu-more:after{
	position: absolute;
	display: block;
	content: '';
	width: calc(100% - 5px);
	height: calc(100% - 5px);
	border: 1px solid #cecece;
	z-index: -1;
}
a.wu-more.c34:before,
a.wu-more.c34:after{
	border-color: #343434;
}
a.wu-more:before{
	top: 0;
	left: 0;
}
a.wu-more:after{
	bottom: 0;
	right: 0;
}
a.wu-more:hover:after{
	background: var(--tpl-color);
}


/**
 * =====*=====*=====*=====*=====*SUBMAIN CSS*=====*=====*=====*=====*=====
 */
.subbanner{
	overflow: hidden;
	width: 100%;
}
.subBody{ 
	padding: 2rem 0; 
}
.submain{
	/*padding-top: .2rem;*/
	/*padding-bottom: 5px;*/
}
.editor{ padding: 1.2rem; line-height: 2; }
.editor img,.mbArticleSharePic{ max-width: 100%; }

.sub-left{margin-bottom: 15px;}

.sub-tit{ padding: 30px 0; text-align: center; }
.sub-tit p{ font-family: Arial; font-size: 32px; text-transform: uppercase; }
.sub-tit span{ display: block; line-height: 2; font-size: 18px; }
.sub-tit i{ display: inline-block; width: 50px; height: 2px; background: #8f011d; }

.submenu{
	width: 100%;
	white-space: nowrap;
	/*overflow-x: scroll;*/
	/*overflow-y: hidden;*/
	/*text-align: justify;*/
	display: flex;
}
.submenu::-webkit-scrollbar{
	display: none;
}
.submenu&gt;li{
	position: relative;
	background: #f2f2f2;
}
.submenu&gt;li&gt;a{
	display: block;
	padding: 15px 10px;
	font-size: 13px;
	color: #666;
	background-size: 100%;
}
.submenu&gt;li:hover&gt;a,
.submenu&gt;li.on&gt;a{
	color: #fff;
	background: #0091d5;
}
.submenu&gt;li&gt;ol{
	position: absolute;
	display: none !important;
}
.submenu&gt;li&gt;ol{
	display: none !important;
	padding: 15px;
	width: 150%;
	position: absolute;
	border-radius: 8px;
	background: #f2f2f2;
	border: 1px solid #f9f9f9;
	/*background: rgba(255,255,255,.9);*/
	z-index: 9;
}
.submenu&gt;li:hover&gt;ol{
	display: block !important;
}
.submenu&gt;li&gt;ol&gt;li&gt;a{
	display: block;
	font-size: 13px;
	line-height: 2;
}
.page-content{
	background-color: #fff;
	padding: 30px 0;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px){
	.sub-tit{
		padding: 20px 0;
	}
	.sub-tit p{
		font-size: 18px;
	}
	.sub-tit span{
		font-size: 14px;
	}
	.submenu li a{
		padding: 10px 15px;
		font-size: 13px;
	}
}
/** 盾将军门窗 **/
.sub-menu-tit{
	display: none;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background: #000;
}
.sub-menu-tit span{
	float: right;
	margin-right: 20px;
	line-height: 45px;
	font-size: 25px;
}
.sub-wz{
	margin-top: 20px;
	padding: 10px 10px;
	color: #999;
	font-size: 12px;
}
@media only screen and (max-width: 768px){
	.sub-wz{
		line-height: 50px;
		height: 50px;
	}
}
.sub-menu{
	position: relative;
	z-index: 2;
	/*overflow: hidden;*/
	background: #fff;
}
.sub-menu ul{
	display: flex;
	flex-wrap: wrap;
}
.sub-menu ul&gt;li{
	position: relative;
	margin: 20px 0 40px;
	flex: 1;
	text-align: center;
}
.sub-menu ul&gt;li&gt;a{
	display: block;
	line-height: 38px;
	height: 38px;
	background: #fff;
	border-left: 1px solid #e6e6e6;
}
.sub-menu ul&gt;li:first-child&gt;a{
	border-left: none;
}
.sub-menu ul&gt;li.on&gt;a,
.sub-menu ul&gt;li:hover&gt;a{
	color: #fff;
	background: #000;
}
.sub-menu ol{
	position: absolute;
	padding: 20px 0;
	width: 100%;
	height: 0;
	border-radius: 5px;
	background: rgba(0,0,0,.7);
	opacity: 0;
	display: none !important;
}
.sub-menu ul&gt;li:hover ol{
	opacity: 1;
	height: auto;
	display: block !important;
}
.sub-menu ol&gt;li{
	padding: 5px 0;
	line-height: 30px;
}
.sub-menu ol&gt;li&gt;a{
	color: #fff;
	display: block;
	font-size: 13px;
}
@media only screen and (max-width: 768px){
	.sub-menu-tit{
		display: block;
	}
	.sub-menu ul{
		display: none;
		background: #fff;
	}
	.sub-menu ul&gt;li{
		margin: 0;
		width: 100%;
		flex: none;
		text-align: left;
		text-indent: 20px;
		border-bottom: 1px solid #e6e6e6;
	}
	.sub-menu ul&gt;li:first-child{
		margin-top: 1px;
	}
	.sub-menu ul&gt;li:last-child{
		padding-bottom: 15px;
	}
	.sub-menu ul&gt;li&gt;a{
		font-size: 13px;
		border-left: 0;
	}
	.sub-menu ol{
		padding: 0;
		position: relative;
		display: block !important;
		opacity: 1;
		height: auto;
		background: #fff;
	}
	.sub-menu ol&gt;li&gt;a{
		color: #222;
		text-align: center;
	}
}

.content{
	padding: 20px 0;
}
.content p{
	padding: 2px 0 !important;
	line-height: 2 !important;
}
/*	产品  */

@media only screen and (max-width: 768px){

}


/*  新闻  */

.shownews .title{
	color: #000;
	font-weight: normal;
	font-size: 24px;
	padding-top: 30px;
	padding-bottom: 0;
	text-align: center;
}
.shownews .infos{
	color: #000;
	font-weight: bold;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: 1px dashed #c7c7c7;
}
.shownews .content{
	/*padding: 20px;*/
}
.shownews .content h2{
	position: relative;
	padding: 8px 0;
	font-size: 18px;
	line-height: 32px;
	/*font-weight: normal !important;*/
	text-indent: 18px;
}
.shownews .content h2:before{
	position: absolute;
	display: block;
	content: '';
	width: 3px;
	height: 32px;
	top: 8px;
	left: 0;
	background: var(--tpl-color);
}
.shownews .content h3{
	padding: 3px 0;
	font-size: 16px;
	/*text-indent: 18px;*/
}
.shownews .content img{
	max-width: 100% !important;
}
@media only screen and (max-width: 768px){

	.shownews .title{
		font-size: 20px;
		padding-top: 20px;
	}
	.shownews .infos{
		font-size: 13px;
	}
}


/** 翻页 **/
.turnPage {
	margin-bottom: 20px;
	padding: 0 10%;
	border-top: 1px #ddd dashed;
	border-bottom: 1px #ddd dashed;
}
.turnPage li {
	line-height: 35px;
}
.turnPage li span {
	font-size: 12px;
}
.turnPage li a:hover {
	color: red;
}
.turnPage li.prev {
	float: left;
}
.turnPage li.next {
	float: right;
}
@media screen and (max-width: 640px){
	.turnPage li{
		width: 100%;
	}
}

/** 分页 **/
.pagination p{
	margin:0;
	cursor:pointer
}
.pagination{
	text-align: center;
	height: 70px;
	padding:20px 0px;
}
.pagination a{
	display: inline-block;
	margin-right:10px;
	padding:2px 12px;
	height: 30px;
	border:1px #cccccc solid;
	background:#fff;
	text-decoration:none;
	color:#808080;
	font-size:12px;
	line-height:24px;
}
.pagination a:hover{
	color:#077ee3;
	background: white;
	border:1px #077ee3 solid;
}
.pagination a.cur{
	border:none;
	background:#077ee3;
	color:#fff;
}
.pagination p{
	display: inline-block;
	padding:2px 12px;
	font-size:12px;
	height:30px;
	line-height:24px;
	color:#bbb;
	border:1px #ccc solid;
	background:#fcfcfc;
	margin-right:8px;

}
.pagination p.pageRemark{
	border-style:none;
	background:none;
	margin-right:0px;
	padding:4px 0px;
	color:#666;
}
.pagination p.pageRemark b{
	color:red;
}
.pagination p.pageEllipsis{
	border-style:none;
	background:none;
	padding:4px 0px;
	color:#808080;
}
.dates li {font-size: 14px;margin:20px 0}
.dates li span{float:right}
@media screen and (max-width: 640px){
	.pagination a,
	.pagination p{
		display: none;
	}
	.pagination .on{
		display: inline-block;
	}
}</pre></body></html>